home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Wayzata's Best of Shareware PC/Windows 2
/
Wayzata's Best of Shareware 2.0 (Windows) (Wayzata Technology)(7112)(1994).bin
/
pc
/
dos
/
editors
/
e4v151
/
template.c
< prev
next >
Wrap
C/C++ Source or Header
|
1993-02-25
|
171b
|
16 lines
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
/* Prototypes */
/* End of Prototypes */
int main(int argc, char * argv[])
{
return 0;
}